home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / prowho19.zip / PROWHO.DOC < prev    next >
Text File  |  1991-03-09  |  3KB  |  106 lines

  1.  
  2. ProWho - Another DOOR for "ProKit"              (Two doors in 1!
  3. ----------------------------------               See XFILE.DOC)
  4.  
  5. The "WHO UPLOADED THAT FILE?" door for PCBoard!
  6.  
  7. This door will scan the system download/upload log and list all entries
  8. that mention a specific name.
  9.  
  10.  
  11. You may select any full filename for scanning.  The search is done
  12. based on matching keywords (like the Zippy scan function).
  13.  
  14. You can enter searches like this:
  15.    GOODIE.ARC           ;all access to this file
  16.    JOE JONES            ;all activity by this user
  17.    02-09-1988           ;all activity on this date
  18.  
  19. These searches can take a few minutes to complete, so please be patient!
  20.  
  21.  
  22.  
  23. Here is a sample configuration file:
  24.    HANDSHAKE
  25.    c:\pcb\main\download.txt
  26.    wwelcom
  27.    wmenu
  28.    wclose
  29.  
  30.    --------------------------
  31.    Configuration file format:
  32.  
  33.    line 1 = Driver type (HANDSHAKE, INTERRUPT, BIOS, PCBTRAP)
  34.    line 2 = Download listings filename (download.txt file)
  35.    line 3 = Welcome message filename      \
  36.    line 4 = Main menu filename             \___ "G" added to end
  37.    line 5 = Closing door message filename  /    for graphics mode
  38.  
  39.  
  40. Note that this is a generic "text search" door, and it can be applied to
  41. just about any text file.  For example, you could customize the messages
  42. and use it to search a master file cross-listing (such as XFILES) to find
  43. which boards have a specific file.  See XFILE.DOC for more info on this.
  44.  
  45.  
  46.  
  47.                           DISCLAIMER
  48.                           ==========
  49.  
  50. IN NO EVENT WILL I BE LIABLE TO YOU FOR ANY DAMAGES, INCLUDING ANY
  51. LOST PROFITS, LOST SAVINGS OR OTHER INCIDENTAL OR CONSEQUENTIAL
  52. DAMAGES ARISING OUT OF YOUR USE OR INABILITY TO USE THE PROGRAM,
  53. OR FOR ANY CLAIM BY ANY OTHER PARTY.
  54.  
  55.  
  56.    This is a FREE program; full source code is included.
  57.  
  58.    If you have any questions, bugs, or suggestions, please contact 
  59.    me at: 
  60.                                 The Tool Shop BBS
  61.                    Phone number         Modem type
  62.                   --------------    ---------------------
  63.                   (818) 891-3772    US Robotics HST 9600
  64.                   (818) 891-1344    Hayes-V series 9600
  65.                   (818) 891-6780    US Robotics 2400 (free line)
  66.  
  67.    The latest version is always available for downloading. 
  68.  
  69.    Enjoy!     Samuel H. Smith
  70.               Author and Sysop of The Tool Shop.
  71.  
  72.  
  73. Revision history
  74. ----------------
  75.  
  76. 2-19-88 v1.0
  77.    Initial coding and release.
  78.  
  79. 2-20-88 v1.01
  80.    Changed messages to be more generic.  Removed case sensitivity.
  81.    Added sample files for the XFILE door.
  82.  
  83. 5-21-88 v1.1
  84.    Recompiled with ProDoor beta 30 libraries.  Added a warning message
  85.    when wildcards are used in the search key (only keyword matching is 
  86.    allow).
  87.  
  88. 4-22-89 v1.6
  89.    Recompiled with prokit 2.9 libraries.  Corrected bug that caused "."
  90.    display to wrap cursor around to previous line.  Slight speedup.
  91.  
  92. 6-7-89 v1.7
  93.    Recompiled with prokit 3.0 libraries.  Added calls to boyer-moore
  94.    search routines for 50-75% faster searches.
  95.  
  96. 4-8-90 v1.8ß
  97.    Recompiled with ProKit 3.2 beta libraries; this version adds support
  98.    for nonstandard COM ports COM3..COM8 as well as the COMBASE and
  99.    COMIRQ environment variables.
  100.  
  101. 3-9-91 v1.9ß
  102.    Recompiled with ProKit 3.4 beta libraries; changed counters from
  103.    integers to long integers to allow DOWNLOAD.TXT files with over 32k
  104.    lines.
  105.  
  106.